object Form1: TForm1 Left = 237 Top = 108 Width = 435 Height = 354 Caption = 'Seelenklempner' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -20 Font.Name = 'System' Font.Style = [fsBold] OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 20 object Label1: TLabel Left = 104 Top = 16 Width = 216 Height = 25 Caption = 'Hallo, wie geht es denn so?' Color = clBtnFace ParentColor = False end object GroupBox2: TGroupBox Left = 24 Top = 56 Width = 185 Height = 241 Caption = 'Befinden:' TabOrder = 11 end object RadioButton1: TRadioButton Left = 40 Top = 80 Width = 150 Height = 35 Caption = 'prima' TabOrder = 0 OnClick = RadioButton1Click end object RadioButton2: TRadioButton Left = 40 Top = 115 Width = 150 Height = 35 Caption = 'gut' TabOrder = 6 OnClick = RadioButton2Click end object RadioButton3: TRadioButton Left = 40 Top = 150 Width = 150 Height = 35 Caption = 'm��ig' TabOrder = 7 OnClick = RadioButton3Click end object RadioButton4: TRadioButton Left = 40 Top = 186 Width = 150 Height = 35 Caption = 'schlecht' TabOrder = 8 OnClick = RadioButton4Click end object RadioButton5: TRadioButton Left = 40 Top = 221 Width = 150 Height = 35 Caption = 'miserabel' TabOrder = 9 OnClick = RadioButton5Click end object RadioButton6: TRadioButton Left = 40 Top = 256 Width = 150 Height = 35 Caption = 'Sag ich nicht' TabOrder = 10 OnClick = RadioButton6Click end object GroupBox1: TGroupBox Left = 240 Top = 56 Width = 153 Height = 145 Caption = 'Bereich:' TabOrder = 4 end object CheckBox1: TCheckBox Left = 256 Top = 80 Width = 130 Height = 40 Caption = 'Seele' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -20 Font.Name = 'Arial' Font.Style = [fsItalic] ParentFont = False TabOrder = 1 OnClick = CheckBox1Click end object CheckBox2: TCheckBox Left = 256 Top = 120 Width = 130 Height = 40 Caption = 'Geist' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -20 Font.Name = 'Arial' Font.Style = [fsItalic] ParentFont = False TabOrder = 2 OnClick = CheckBox2Click end object CheckBox3: TCheckBox Left = 256 Top = 160 Width = 130 Height = 40 Caption = 'K�rper' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -20 Font.Name = 'Arial' Font.Style = [fsItalic] ParentFont = False TabOrder = 3 OnClick = CheckBox3Click end object Button1: TButton Left = 240 Top = 232 Width = 153 Height = 65 Caption = 'Fertig' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -23 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 5 OnClick = Button1Click end end